@charset "UTF-8";
body{
    font-size: 16px;
    color: #333;
}
*{
    outline: none;
}
.jzdc_end{
    color: #999999
}
a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
}
.f-l{
    float: left;
}
.f-r{
    float: right;
}
.clearfix{
    zoom: 1;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size:0;
}
.index_container{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

/***** 第一部分 顶部新闻 *****/
.part_01{
    width: 100%;
    min-width: 1200px;
    margin-top: -62px;
    background: url("part1_bg.png") no-repeat center;
    background-size: cover;
    padding-top: 88px;
    padding-bottom: 26px;
}
.part_01 .index_container{
    margin-top: 18px;
}
.part1_left{
    float: left;
    width: 554px;
    padding-top: 28px;
}
.part1_left h1 a{
    font-size: 32px;
    color: #fff;
    line-height: 48px;
}
.part1_left p{
    margin-top: 20px;
    color: #9cd3fd;
    line-height: 28px;
    text-align: justify;
    opacity: 0.57;
}
.part1_left .more{
    margin-top: 40px;
}
.part1_left .more a{
    font-size: 24px;
    color: #fff;
}
.part1_left .more img{
    display: block;
    margin-top: 10px;
}
.part1_right{
    float: left;
    width: 596px;
    margin-left: 50px;
}
.part1_right .top_lb{
    width: 100%;
}
.part1_right .top_lb .bd{
    border: 8px solid #fff;
    height: 320px;
    box-sizing: border-box;
    overflow: hidden;
}
.part1_right .top_lb .bd ul li{
    width: 580px;
    height: 320px;
}
.part1_right .top_lb .bd ul li a{
    display: block;
}
.part1_right .top_lb .bd ul li img{
    width: 100%;
    height: 320px;
}
.part1_right .top_lb .hd{
    float: right;
    margin-top: 15px;
    padding-right: 6px;
}
.part1_right .top_lb .hd ul li{
    width: 14px;
    height: 14px;
    float: left;
    cursor: pointer;
    border-radius: 100%;
    background: #fff;
    margin-left: 20px;
    opacity: 0.5;
}
.part1_right .top_lb .hd ul li:first-child{
    margin-left: 0;
}
.part1_right .top_lb .hd ul li.on{
    opacity: 1;
}
/***** 第二部分 *****/
.thir_news{
    width: 100%;
    height: 56px;
    line-height: 56px;
    min-width: 1200px;
    background: #1764ce;
    text-align: center;
}
.thir_news ul{
    text-align: center;
}
.thir_news ul li{
    display: inline-block;
    height: 18px;
    line-height: 20px;
    border-left: 1px solid #fff;
    padding: 0 20px;
    max-width: 33%;
    margin-top: 20px;
}
.thir_news ul li:first-child{
    border-left: none;
    margin-top: 0;
}
.thir_news ul li a{
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.thir_news ul li a:hover{
    text-decoration: underline!important;
}
/***** 第三部分 *****/
.part_03{
    width: 100%;
    min-width: 1200px;
    padding-top: 40px;
    padding-bottom: 35px;
    background: #fff;
}
.part3_left{
    width: 580px;
    float: left;
}
.news_list_menu ul{
    float: left;
}
.news_list_menu ul li{
    float: left;
    cursor: default;
    margin-left: 24px;
    height: 38px;
    line-height: 24px;
}
.news_list_menu ul li:first-child{
    margin-left: 0;
}
.news_list_menu ul li span{
    font-size: 24px;
    font-weight: bold;
}
.news_list_menu ul li.active{
    border-bottom: 4px solid #115db2;
    color: #115db2;
}
.news_list_menu .more{
    float: right;
    color: #999;
    line-height: 32px;
}
.news_list_menu .more:hover{
    color: #115db2;
}
.news_list_sub{
    margin-top: 12px;
}
.news_list_sub ul{
    display: none;
    min-height: 252px;
}
.news_list_sub ul:first-child{
    display: block;
}
.news_list_sub ul li{
    padding-left: 20px;
    background: url("list_ico.png") no-repeat 4px center;
    background-size: 6px;
    height: 42px;
    line-height: 42px;
}
.news_list_sub ul li a{
    float: left;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_list_sub ul li a:hover{
    color: #115db2;
}
.news_list_sub ul li .date{
    float: right;
    color: #999;
}
.news_list_sub ul .more{
    display: block;
    text-align: center;
    background: #f4f4f4;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    display: none;
}
.part3_right{
    width: 580px;
    float: left;
    margin-left: 40px;
}
.part3_left .news_list_sub .sub_1 li:first-child a{
    color: #ff0000;
    font-weight: bold;
}
/***** 第四部分 *****/
.part_04{
    width: 100%;
    min-width: 1200px;
    padding-top: 30px;
    padding-bottom: 20px;
    background: #f5f5f5;
}
.line_title{
    width: 100%;
    text-align: center;
    background: url("line_title.png") no-repeat center;
}
.line_title a{
    font-size: 32px;
    font-weight: bold;
}
.ywtb_con{
    margin-top: 36px;
}
.ywtb_con .ywtb_list{
    float: left;
    width: 374px;
    margin-left: 39px;
}
.ywtb_con .ywtb_list:first-child{
    margin-left: 0;
}
.ywtb_list .list_img{
    width: 374px;
    height: 150px;
}
.ywtb_list .list_img a{
    display: block;
}
.ywtb_list .list_img img{
    width: 100%;
    height: 100%;
}
.ywtb_list .list_con{
    background: #fff;
    padding-top: 14px;
    height: 200px;
    overflow: hidden;
}
.ywtb_list .list_con .bd ul li{
    /*padding: 0 7px;*/
    width: 374px!important;
}
.ywtb_list .list_con .bd ul li span{
    width: 120px;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
}
.ywtb_list .list_con .bd ul li span a{
    color: #115db2;
}
.ywtb_list .list_con .bd ul li span a:hover{
    text-decoration: underline!important;
}
.ywtb_list .list_con .hd{
    margin-top: 10px;
}
.ywtb_list .list_con .hd ul{
    text-align: center;
}
.ywtb_list .list_con .hd ul li{
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #999;
    display: inline-block;
    margin-left: 12px;
    cursor: pointer;
}
.ywtb_list .list_con .hd ul li:first-child{
    margin-left: 0;
}
.ywtb_list .list_con .hd ul li.on{
    background: #db4e5c;
}
.ywtb_list .list_con.ywtb_tsbs{
    padding-top: 0;
}
.ywtb_list .list_con.ywtb_tsbs ul li{
    width: 50%;
    text-align: center;
    float: left;
    margin-top: 28px;
}
.ywtb_list .list_con.ywtb_tsbs li img{
    width: 32px;
    height: 32px;
}
.ywtb_list .list_con.ywtb_tsbs li div{
    margin-top: 8px;
}
.ywtb_list .list_con.ywtb_tsbs li div a:hover{
    color: #115db2;
}
.ywtb_con .ywtb_bmts{
    margin-top: 50px;
    background: url("bmts_ico.png") no-repeat 48px center #fff;
    padding-top: 30px;
    padding-left: 116px;
    height: 212px;
}
.ywtb_bmts .bmts_title a{
    font-size: 20px;
    font-weight: bold;
}
.ywtb_bmts .bmts_list{
    margin-top: 12px;
}
.ywtb_bmts .bmts_list ul{
    height: 120px;
    margin-left: -78px;
}
.ywtb_bmts .bmts_list ul li{
    width: 474px;
    padding-left: 16px;
    background: url("list_ico.png") no-repeat left center;
    background-size: 6px;
    line-height: 40px;
    float: left;
    margin-left: 78px;
}
.ywtb_bmts .bmts_list ul li a{
    float: left;
    max-width: 76%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ywtb_bmts .bmts_list ul li .date{
    float: right;
    color: #999;
}
.ywtb_bmts .bmts_list ul li a:hover{
    color: #115db2;
}
.zwzt{
    margin-top: 40px;
}
.zwzt ul li img{
    width: 100%;
}
/***** 第五部分 *****/
.part_05{
    width: 100%;
    min-width: 1200px;
    padding-top: 40px;
    padding-bottom: 50px;
    background: #fff;
}
.zwgk_con{
    margin-top: 25px;
}
.zwgk_con .con_top{
    padding-bottom: 40px;
}
.zwgk_con .con_top .con_top_left{
    float: left;
    width: 774px;
}
.zwgk_con .con_top .con_top_right{
    float: left;
    width: 386px;
    margin-left: 40px;
}
.zwgk_con .con_top .con_top_right .xxgk img{
    width: 100%;
}
.con_top_right .xxgk_list ul{
    margin-right: -10px;
}
.con_top_right .xxgk_list ul li{
    float: left;
    width: 188px;
    height: 58px;
    line-height: 58px;
    background-color: #f5f5f5;
    margin-top: 10px;
    margin-right: 10px;
}
.con_top_right .xxgk_list ul li a{
    padding-left: 45px;
    display: block;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.con_top_right .xxgk_list ul li.xxgk_list_01 a{
    background-image: url("xxgk_01.png");
}
.con_top_right .xxgk_list ul li.xxgk_list_02 a{
    background-image: url("xxgk_02.png");
}
.con_top_right .xxgk_list ul li.xxgk_list_03 a{
    background-image: url("xxgk_03.png");
}
.con_top_right .xxgk_list ul li.xxgk_list_04 a{
    background-image: url("xxgk_04.png");
}
.con_top_right .xxgk_list ul li.xxgk_list_05 a{
    background-image: url("xxgk_05.png");
}
.con_top_right .xxgk_list ul li.xxgk_list_06 a{
    background-image: url("xxgk_06.png");
}
.con_top_right .xxgk_list ul li.xxgk_list_07 a{
    background-image: url("xxgk_07.png");
}
.con_top_right .xxgk_list ul li.xxgk_list_08 a{
    background-image: url("xxgk_08.png");
}
.con_top_right .xxgk_list ul li:hover a{
    color: #115db2;
}
.zwgk_con .con_bottom{
    padding-bottom: 34px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    padding-left: 80px;
    padding-top: 14px;
}
.zwgk_con .con_bottom ul li{
    float: left;
    width: 178px;
    margin-top: 20px;
}
.zwgk_con .con_bottom ul li a{
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: left;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    transition: all 0.2s ease-out 0s;
}
.zwgk_con .con_bottom ul li a:hover{
    color: #115db2;
    font-weight: bold;
}
.zwgk_con .con_bottom ul li.gk_links_01 a{
    background-image: url("gk_01.png");
}
.zwgk_con .con_bottom ul li.gk_links_01 a:hover{
    background-image: url("gk_01_hover.png");
}
.zwgk_con .con_bottom ul li.gk_links_02 a{
    background-image: url("gk_02.png");
}
.zwgk_con .con_bottom ul li.gk_links_02 a:hover{
    background-image: url("gk_02_hover.png");
}
.zwgk_con .con_bottom ul li.gk_links_03 a{
    background-image: url("gk_03.png");
}
.zwgk_con .con_bottom ul li.gk_links_03 a:hover{
    background-image: url("gk_03_hover.png");
}
.zwgk_con .con_bottom ul li.gk_links_04 a{
    background-image: url("gk_04.png");
}
.zwgk_con .con_bottom ul li.gk_links_04 a:hover{
    background-image: url("gk_04_hover.png");
}
.zwgk_con .con_bottom ul li.gk_links_05 a{
    background-image: url("gk_05.png");
}
.zwgk_con .con_bottom ul li.gk_links_05 a:hover{
    background-image: url("gk_05_hover.png");
}
.zwgk_con .con_bottom ul li.gk_links_06 a{
    background-image: url("gk_06.png");
}
.zwgk_con .con_bottom ul li.gk_links_06 a:hover{
    background-image: url("gk_06_hover.png");
}
.zwgk_con .con_bottom ul li.gk_links_07 a{
    background-image: url("gk_07.png");
}
.zwgk_con .con_bottom ul li.gk_links_07 a:hover{
    background-image: url("gk_07_hover.png");
}
.zwgk_con .con_bottom ul li.gk_links_08 a{
    background-image: url("gk_08.png");
}
.zwgk_con .con_bottom ul li.gk_links_08 a:hover{
    background-image: url("gk_08_hover.png");
}
.zwgk_con .con_bottom ul li.gk_links_09 a{
    background-image: url("gk_09.png");
}
.zwgk_con .con_bottom ul li.gk_links_09 a:hover{
    background-image: url("gk_09_hover.png");
}
.zwgk_con .con_bottom ul li.gk_links_10 a{
    background-image: url("gk_10.png");
}
.zwgk_con .con_bottom ul li.gk_links_10 a:hover{
    background-image: url("gk_10_hover.png");
}
.zwgk_con .con_bottom ul li.gk_links_11 a{
    background-image: url("gk_11.png");
}
.zwgk_con .con_bottom ul li.gk_links_11 a:hover{
    background-image: url("gk_11_hover.png");
}
.zwgk_con .con_bottom ul li.gk_links_12 a{
    background-image: url("gk_12.png");
}
.zwgk_con .con_bottom ul li.gk_links_12 a:hover{
    background-image: url("gk_12_hover.png");
}
.part_05 .news_list_sub ul{
    min-height: 294px;
}
/***** 第六部分 *****/
.part_06{
    width: 100%;
    min-width: 1200px;
    padding-top: 40px;
    padding-bottom: 50px;
    background: #f5f5f5;
}
.hdjl_con{
    margin-top: 35px;
}
.hdjl_top .hdjl_top_left{
    float: left;
    width: 580px;
}
.hdjl_top .jsjb img{
    width: 100%;
}
.hyhf_list{
    background: #fff;
    padding: 30px 24px;
}
.hyhf_list .hyhf_title span{
    float: left;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #115db2;
    cursor: default;
}
.hyhf_list .hyhf_title .more{
    float: right;
    color: #999;
    line-height: 24px;
}
.hyhf_list .hyhf_title .more:hover{
    color: #115db2;
}
.hyhf_list ul{
    margin-top: 8px;
    min-height: 160px;
}
.hyhf_list ul li{
    padding-left: 16px;
    line-height: 40px;
    background: url("list_ico.png") no-repeat left center;
}
.hyhf_list ul li a{
    float: left;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hyhf_list ul li a:hover{
    color: #115db2;
}
.hyhf_list ul li .date{
    float: right;
    color: #999;
}
.hyhf_list .zxhf{
    margin-top: 26px;
}
.hdjl_top .hdjl_top_right{
    width: 580px;
    float: left;
    margin-left: 40px;
}
.hdjl_top_right .zxft .zxft_title{
    margin-top: 12px;
}
.hdjl_top_right .zxft .zxft_title span{
    float: left;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #115db2;
}
.hdjl_top_right .zxft .zxft_title .more{
    float: right;
    line-height: 24px;
    color: #999;
}
.hdjl_top_right .zxft .zxft_title .more:hover{
    color: #115db2;
}
.hdjl_top_right .zxft .zxft_con{
    margin-top: 22px;
}
.hdjl_top_right .zxft .zxft_con ul li{
    float: left;
    width: 280px;
}
.hdjl_top_right .zxft .zxft_con ul li:first-child{
    margin-right: 20px;
}
.hdjl_top_right .zxft .zxft_con ul li a{
    display: block;
    overflow: hidden;
}
.hdjl_top_right .zxft .zxft_con ul li a img{
    min-width: 280px;
    height: 160px;
}
.hdjl_top_right .zxft .zxft_con ul li a p{
    line-height: 24px;
    margin-top: 10px;
    height: 48px;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hdjl_top_right .zxft .zxft_con ul li a:hover{
    color: #115db2;
}
.hdjl_top_right .zjdc{
    margin-top: 20px;
}
.hdjl_top_right .zjdc .news_list_sub{
    margin-top: 10px;
}
.hdjl_top_right .zjdc .news_list_sub .zt{
    color: #f88400;
}
.hdjl_top_right .zjdc .news_list_sub ul li a{
    max-width: 100%;
}
.hdjl_bottom{
    margin-top: 30px;
}
.hdjl_bottom ul li{
    width: 180px;
    height: 88px;
    line-height: 98px;
    float: left;
    margin-left: 20px;
    background-color: #fff;
    padding: 10px 5px;
}
}
.hdjl_bottom ul li:first-child{
    margin-left: 0;
}
.hdjl_bottom ul li a{
    display: block;
    padding-left: 70px;
    background-repeat: no-repeat;
    background-position: 20px center;
    font-weight: bold;
    transition: all 0.2s ease-out 0s;
    height: 100%;
    line-height: 66px;
}
.hdjl_bottom ul li:hover a{
    color: #115db2;
    font-weight: bold;
}
.hdjl_bottom ul li.hd_01 a{
    background-image: url("hd_01.png");
}
.hdjl_bottom ul li.hd_01:hover a{
    background-image: url("hd_01_hover.png");
}
.hdjl_bottom ul li.hd_02 a{
    background-image: url("hd_02.png");
}
.hdjl_bottom ul li.hd_02:hover a{
    background-image: url("hd_02_hover.png");
}
.hdjl_bottom ul li.hd_03 a{
    background-image: url("hd_03.png");
}
.hdjl_bottom ul li.hd_03:hover a{
    background-image: url("hd_03_hover.png");
}
.hdjl_bottom ul li.hd_04 a{
    background-image: url("hd_04.png");
}
.hdjl_bottom ul li.hd_04:hover a{
    background-image: url("hd_04_hover.png");
}
.hdjl_bottom ul li.hd_05 a{
    background-image: url("/picture/0/2501012335189185672.png");
    background-size: 32px;
}
.hdjl_bottom ul li.hd_05:hover a{
    background-image: url("/picture/0/2501012352465366634.png");
}
.hdjl_bottom ul li.hd_06 a{
    background-image: url("/picture/0/2501101447364158948.png");
    background-size: 36px;
}
.hdjl_bottom ul li.hd_06:hover a{
    background-image: url("/picture/0/2501101414110485038.png");
}
.part_06 .news_list_sub ul{
    min-height: 210px;
}
/***** 第七部分 *****/
.part_07{
    width: 100%;
    min-width: 1200px;
    padding-top: 40px;
    padding-bottom: 50px;
    background: #fff;
}
.part_07 .line_title{
    background: url("line_title2.png") no-repeat center;
}
.zt_con{
    margin-top: 34px;
}
.zt_con .bd{
    overflow: hidden;
}
.zt_con .bd ul li{
    width: 270px;
    height: 168px;
    margin-right: 40px;
}
.zt_con .hd{
    margin-top: 34px;
}
.zt_con .hd ul{
    text-align: center;
}
.zt_con .hd ul li{
    width: 14px;
    height: 14px;
    background: #999;
    border-radius: 100%;
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
}
.zt_con .hd ul li:first-child{
    margin-left: 0;
}
.zt_con .hd ul li.on{
    background: #db4e5c;
}

.bt-mod-lmwk-02{
    display:none!important;
}

/**** 夜间模式****/
.night{
    background: url("/picture/0/2212072016360021651.gif") no-repeat center!important;
}
.night .header_top a,.night .header_top span{
    color: #7261ca!important;
}
.night .header_logo .middle_logo .day_logo{
    display: none;
}
.night .header_logo .middle_logo .night_logo{
    display: inline-block;
}
.night .header_top .hb img.day_hb{
    display: none;
}
.night .header_top .hb img.night_hb{
    display: block;
}
.night .search_rc span{
    color: #fff;
}

.rdhy {
    height: 140px;
}

.zxhf {
    height: 140px;
}

.zqt_banner {
    margin-top: 15px;
}

.old_type .rdhy {
    height: auto!important;
}

.old_type .zxhf {
    height: auto!important;
}

.old_type .zqt_banner img {
    width: 100%;
}

/**** 响应式 ****/
/*
@media screen and (max-width: 768px){
    .part_01,
    .part_03,
    .part_04,
    .part_05,
    .part_06,
    .part_07{
        min-width: auto;
    }
    .part1_left,
    .part1_right,
    .part3_left,
    .part3_right{
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .part1_right{
        width: 96%;
        margin: 20px auto 0 auto;
    }
    .part1_right .top_lb .bd{
        height: auto;
    }
    .part1_right .top_lb .bd ul li{
        width: 100%;
        height: auto;
    }
    .part1_right .top_lb .bd ul li img{
        height: 390px;
    }
    .part_01{
        padding-top: 0;
        margin-top: 0;
        background: url("phone_part1_bg.png") no-repeat center;
        background-size: cover;
    }
    .part_01 .index_container{
        margin-top: 0;
    }
    .part1_left h1 a{
        font-size: 22px;
        line-height: 30px;
        display: block;
        text-align: center;
    }
    .part1_left p,
    .part1_left .more{
        display: none;
    }
    .part1_left .more a{
        font-size: 18px;
    }
    .news_list_menu ul li span{
        font-size: 18px;
    }
    .news_list_menu .more{
        display: none;
    }
    .news_list_sub ul{
        min-height: auto;
    }
    .news_list_sub ul .more{
        display: block;
    }
    .news_list_sub ul li .date{
        float: none;
        display: block;
    }
    .thir_news{
        height: auto;
        min-width: auto;
        padding: 20px 0;
    }
    .thir_news ul li{
        float: none;
        margin-left: 0;
        max-width: 100%;
        border: none;
        height: auto;
        display: block;
        line-height: 28px;
    }
    .thir_news ul li a{
        white-space: normal;
        text-align: justify;
        font-size: 16px;
        line-height: 24px;
    }
    .part3_right{
        margin-top: 30px;
    }
    .news_list_menu ul{
        float: none;
        text-align: center;
    }
    .news_list_menu ul li{
        margin-left: 10px;
        float: none;
        display: inline-block;
    }
    .news_list_sub ul li{
        height: auto;
        line-height: 24px;
        background-position: 4px 10px;
        margin-top: 14px;
    }
    .news_list_sub ul li:first-child{
        margin-top: 0;
    }
    .news_list_sub ul li a{
        float: none;
        white-space: normal;
    }
    .line_title a{
        font-size: 26px;
    }
    .ywtb_con .ywtb_list{
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .ywtb_con .ywtb_list:first-child{
        margin-top: 0;
    }
    .ywtb_list .list_img{
        width: 100%;
        height: auto;
    }
    .ywtb_list .list_con{
        height: auto;
        padding-bottom: 20px;
    }
    .ywtb_list .list_con .bd ul li{
        width: 100%;
    }
    .ywtb_list .list_con .bd ul li span{
        width: 32%;
    }
    .ywtb_con .ywtb_bmts{
        background-image: none;
        height: auto;
        padding: 20px;
        margin-top: 20px;
    }
    .ywtb_bmts .bmts_list ul{
        height: auto;
        margin-left: 0;
    }
    .ywtb_bmts .bmts_list ul li{
        width: 100%;
        margin-left: 0;
        line-height: 24px;
        background-position: 4px 10px;
        margin-top: 14px;
    }
    .ywtb_bmts .bmts_list ul li:first-child{
        margin-top: 0;
    }
    .ywtb_bmts .bmts_list ul li a,
    .hyhf_list ul li a{
        float: none;
        white-space: normal;
    }
    .zwzt{
        margin-top: 20px;
    }
    .zwzt ul li{
        float: none;
    }
    .zwzt ul li:first-child{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .part_04,.part_06{
        padding-bottom: 20px;
    }
    .zwgk_con .con_top .con_top_left{
        float: none;
        width: 100%;
    }
    .zwgk_con .con_top .con_top_right,
    .hdjl_top .hdjl_top_left,
    .hdjl_top .hdjl_top_right{
        float: none;
        margin-left: 0;
        width: 100%;
    }
    .con_top_right .xxgk_list ul{
        margin-right: 0;
    }
    .con_top_right .xxgk_list ul li{
        width: 100%;
        margin-right: 0;
    }
    .con_top_right .xxgk_list ul li a{
        padding-left: 60px;
    }
    .zwgk_con .con_bottom{
        padding: 0 2% 20px 2%;
    }
    .zwgk_con .con_bottom ul li{
        width: 48%;
        padding-left: 10px;
    }
    .hyhf_list ul li{
        line-height: 30px;
        background-position: left 12px;
        text-align: justify;
        margin-top: 10px;
    }
    .hyhf_list ul li:first-child{
        margin-top: 0;
    }
    .hdjl_top .hdjl_top_right{
        margin-top: 30px;
    }
    .hdjl_top_right .zxft .zxft_con ul li{
        width: 100%;
    }
    .hdjl_top_right .zxft .zxft_con ul li:first-child{
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .hdjl_top_right .zxft .zxft_con ul li a img{
        width: 100%;
        height: auto;
    }
    .hdjl_bottom ul li{
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .hdjl_bottom ul li:first-child{
        margin-top: 0;
    }
    .hdjl_bottom ul li a{
        padding-left: 0;
        text-align: center;
    }
    .hdjl_top_right .zxft .zxft_con ul li a p{
        height: auto;
    }
    .zt_con .bd ul li{
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .zt_con .bd ul li img{
        width: 100%;
    }
    .zwgk_con .con_top .con_top_right{
        margin-top: 30px;
    }
    .hyhf_list .hyhf_title span,
    .hdjl_top_right .zxft .zxft_title span{
        font-size: 20px;
    }
    .part_03 .news_list_sub ul,
    .part_05 .news_list_sub ul,
    .part_06 .news_list_sub ul,
    .hyhf_list ul{
        min-height: auto;
    }
    .ywtb_bmts .bmts_list ul li .date{
        float: none;
        display: block;
    }
}
@media screen and (max-width: 600px){
    .part1_right .top_lb .bd ul li img{
        height: 373px;
    }
}
@media screen and (max-width: 560px){
    .part1_right .top_lb .bd ul li img{
        height: 297px;
    }
}
@media screen and (max-width: 500px){
    .part1_right .top_lb .bd ul li img{
        height: 286px;
    }
}
@media screen and (max-width: 480px){
    .part1_right .top_lb .bd ul li img{
        height: 275px;
    }
}
@media screen and (max-width: 420px){
    .part1_right .top_lb .bd ul li img{
        height: 199px;
    }
}
@media screen and (max-width: 380px){
    .part1_right .top_lb .bd ul li img{
        height: 180px;
    }
}
@media screen and (max-width: 340px){
    .part1_right .top_lb .bd ul li img{
        height: 161px;
    }
}
@media screen and (max-width: 321px){
    .part1_right .top_lb .bd ul li img{
        height: 151px;
    }
}*/